home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / programs / regmon 1.3.0.87 / relnotes.txt < prev   
Text File  |  1997-12-23  |  4KB  |  101 lines

  1. ==============================================================================
  2. Release Notes for RegMoxEx
  3.  
  4. Visit the RegMonEx homepage at:
  5.  
  6.    http://stud.fh-wedel.de/~ii6059
  7.  
  8. ==============================================================================
  9. written by Jan Sultan (jsultan@tecs.de)
  10.  
  11. Based on RegMon written by Mark Russinovich and Bryce Cogswell.
  12. For more information on the driver see RegMon on http://www.ntinternals.com.
  13.  
  14. Suggestions and comments are very welcome.
  15.  
  16. Please read the ReadMe for further information and the disclaimer.
  17.  
  18.  
  19. 22.12.97 Version 1.3.0.87
  20. ------------------------------------------------------------------------------
  21. New Features:
  22. - Find command added to the edit menu.
  23. - Filters are now saved on exit and restored on start of the program.
  24. - In the Win95 version the Process-combobox in the Find-dialog lists all
  25.   running processes for easy filter generation.
  26. - When cliking on a filter item the items is transferred to the corresponding
  27.   text and comboboxes.
  28. - The About box has now two clickable links (thanks to Paul DiLascia).
  29.  
  30. Changes/Fixes:
  31. - Both versions use the latest drivers available at ntinternals
  32.   (Win95: dated 25th nov 97; WinNT: dated 14th oct 97)
  33. - CTRL-F is now assigned to the Find-command to be more consistent to other
  34.   apps. The capture filter was therefore changed to CTRL-T.
  35. - Tooltips show now the assiociated accelerator (keyboard shortcut)
  36.  
  37. 28.04.97 Version 1.2.0.77
  38. ------------------------------------------------------------------------------
  39. New Features:
  40. - Display Filter added. The Display Filter allows to show only a selection of
  41.   the events captured.
  42.  
  43. Changes/Fixes:
  44. - The 95 version now uses the 2.0 VXD delivered with RegMon 2.0 for Win 95
  45. - The Statusbar contains now two indicators. One for the capture filter and
  46.   one for the display filter.
  47.  
  48.  
  49. 30.03.97 Version 1.1.0.66
  50. ------------------------------------------------------------------------------
  51. Changes/Fixes:
  52. - The NT version now uses the new driver delivered with RegMon 2.0
  53.  
  54.  
  55. 10.03.97 Version 1.1.0.55 (First release version)
  56. ------------------------------------------------------------------------------
  57. New Features:
  58. - Printersetting is set to landscape on app start
  59. - Ownerdrawn view with full row select added.
  60.  
  61. Changes/Fixes:
  62. - Printing works.
  63. - Print and printpreview now knows the proper number of pages.
  64.   So the Next Page and Prev Page buttons work correctly.
  65. - Minor bug in printing routines which caused totally mix up of printed lines
  66.   fixed.
  67. - Document is now marked as modified so the app asks wether to save it when
  68.   destroying the document.
  69. - When Prining the Path column will now be truncated to fit the 
  70.   whole line on the page. (should be improved!)
  71.  
  72.  
  73. 03.03.97 Version 1.0.1.44 (RC2)
  74. ------------------------------------------------------------------------------
  75. New Features:
  76. - Edit Copy command
  77.   Copies the selected items to the clipboard
  78. - Dynamic priority boost
  79.   If there are really many calls to the registry. RegMoxEx raises it's own
  80.   process priority to read the information from the driver.
  81.   When the amount of registry calls decreases the priority is set back
  82.   to normal.
  83. - Minimal printing functions (not copylete yet!)
  84. - Critical section to protect the document data added.
  85.   (maybe in future versions RegMonEx will be multithreaded)
  86.  
  87. Changes/Fixes:
  88. - now with even prettier icons.
  89.  
  90.  
  91. 27.02.97 Version 1.0.0.27 (RC1)
  92. ------------------------------------------------------------------------------
  93. - First version.
  94. - Non official
  95. - included all basic features like the original RegMon
  96.  
  97. Added features:
  98. - File Open
  99. - Filter for capturing
  100. - switched to callbackitems for better performance
  101.